toggle menu
MobileSDKAnonymous
6.35.0
switch theme
search in API
MobileSDKAnonymous
/
com.genband.mobile.api.utilities
/
[androidJvm]ICEServers
ICEServers
public
class
ICEServers
Since
3.0.3 This class is used for storing all supplied STUN/TURN servers
Members
Constructors
ICEServers
Link copied to clipboard
public
void
ICEServers
(
)
Types
ICEServer
Link copied to clipboard
public
class
ICEServer
Functions
add
ICEServer
Link copied to clipboard
public
void
addICEServer
(
String
URL
)
Adds a ICE server with a URL string.
public
void
addICEServer
(
String
URL
,
String
username
,
String
password
)
Adds a ICE server with URL, Username and Password string.
get
Ice
Servers
Link copied to clipboard
public
Collection
<
ICEServers.ICEServer
>
getIceServers
(
)
Returns ice servers that user adds